home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / misc / a8085.readme < prev    next >
Text File  |  1995-08-01  |  2KB  |  50 lines

  1. Short:    8085 emulator/assembler/disassembler
  2. Author:   wuerkner@informatik.tu-muenchen.de
  3. Uploader: wuerkner@informatik.tu-muenchen.de
  4. Type:     misc/emu
  5.  
  6.                         ___   ___   ___   ___  _____
  7.                        / _ \ / _ \ / _ \ / _ \| ____|
  8.                       | |_| | (_) | | | | (_) | |__
  9.                       |  _  |> _ <| | | |> _ <|___ \
  10.                       | | | | (_) | |_| | (_) |___) |
  11.                       |_| |_|\___/ \___/ \___/|____/ V1.0
  12.  
  13.                         © 1994-95 by Frank Würkner
  14.                             All Rights Reserved
  15.  
  16.  
  17. SYSTEM REQUIREMENTS
  18. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  19. You'll need OS2.0 or higher !!!
  20.  
  21.  
  22. WHAT IS IT
  23. ¯¯¯¯¯¯¯¯¯¯
  24. Why emulate a 8bit 8085 CPU you may ask ???
  25. The 8085 is often used to teach beginners the basics about processors. But
  26. often you are forced to use antique computer equipment where you have to
  27. enter the code as hex numbers. Or even worst you are only thought in an
  28. abstract way without ever seeing how or if the programs you write work.
  29. That's where A8085 comes in. But you can also learn some basic things
  30. about computers (stack, internal processor flags, ...). And the best:
  31. The computer doesn't guru if your program is wrong!
  32.  
  33.  
  34. FEATURES
  35. ¯¯¯¯¯¯¯¯
  36. + emulator/assembler/disassembler support all 246 instructions of the 8085,
  37.   even those 10 illegal commands :-)
  38. + execute single instructions by simply typing them in the command line
  39. + emulator counts the cycles the real 8085 would have needed
  40. + any number of breakpoints
  41. + import/export data from/to the 8085 memory
  42. + powerfull expression calculator
  43. + often used command sequences can be put into macro files
  44. + comes with a mini kernal including most needed functions (divide, multiply,
  45.   print, print number, ...)
  46.  
  47. - interrupts and serial I/O are not part of the emulation
  48. - all I/O commands (i.e. OUT and IN) are only mapped to the terminal window
  49. - the emulation is quite slow, assembling is even slower
  50.